home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / behind.dir / 00018_Script_18 < prev    next >
Text File  |  1998-08-25  |  233b  |  20 lines

  1. on exitFrame
  2.   go the frame
  3.   if the number of chars in field "code" = 7 then 
  4.     starttimer
  5.     repeat while the timer < 60
  6.       nothing
  7.     end repeat
  8.     cursor -1
  9.     go the frame +1    
  10.   end if
  11. end
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.